type runtime.pollCache

4 uses

	runtime (current package)
		netpoll.go#L167: type pollCache struct {
		netpoll.go#L181: 	pollcache      pollCache
		netpoll.go#L264: func (c *pollCache) free(pd *pollDesc) {
		netpoll.go#L613: func (c *pollCache) alloc() *pollDesc {